home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm1 / exclutls.lha / Include / Excel / ExData.i < prev    next >
Text File  |  1996-01-28  |  1KB  |  32 lines

  1. ; Data required for Extended Access limits
  2.  
  3.  STRUCTURE ExData,0                
  4.     LONG    exed_Period            ; Start of the period
  5.  
  6.     LONG    exed_Period_Up_Bytes        ; Bytes uploaded in this period
  7.     LONG    exed_Period_Down_Bytes        ; Bytes downloaded
  8.     WORD    exed_Period_Up_Files        ; Files uploaded
  9.     WORD    exed_Period_Down_Files        ; Files downloaded
  10.     WORD    exed_Period_Calls        ; Calls
  11.     WORD    exed_Period_Minutes        ; Time used
  12.     WORD    exed_Period_Charges        ; Charges racked up in this per
  13.     WORD    exed_Period_Posts        ; Items posted
  14.     WORD    exed_Period_Feedback        ; Feedback left in this per
  15.     WORD    exed_Period_TB_Withdraw        ; Time taken out this per
  16.     WORD    exed_Period_TB_Deposit        ; Time deposited this per
  17.  
  18.     LONG    exed_Period_Interuser_Chats    ; interuser chats
  19.     LONG    exed_Period_Interuser_Mins    ; interuser
  20.     LONG    exed_Period_Conference_Entry    ; conference entries
  21.     LONG    exed_Period_Conference_Lines    ; conference lines sent
  22.     LONG    exed_Period_Conference_Mins    ; conference mins 
  23.     LONG    exed_Period_InterUserMessages    ; # of im's sent
  24.  
  25.     LONG    exed_FIDO_Credits        ; Users Fido Balance
  26.  
  27.     LONG    exed_Mail_Forward        ; forward ID# 
  28.     LONG    exed_Mail_Forward_Serial    ; forward SER#
  29.  
  30.     STRUCT    exed_expansion,4*5
  31.     LABEL exed_SIZE
  32.